Checks whether the specified array variable contains an array.
isArray( array )
True if the specified variable is an array, false otherwise.
isArray([1,2,3,4,5,6,7,8]) // Returns true