Checks that the value is an array.

isArray(1); // Error: isArray
isArray([]); // passes