var list = []; if(list instanceof Array) { alert('list является массивом'); } else { alert('list не является массвом'); }