istabular
datatypes: TF = istabular (X)
True if input is a table or a timetable, false otherwise.
TF = istabular (X) always returns a logical scalar,
irrespective of the size of X. It is true for every class of
tabular data, whereas istable and istimetable each single
one of them out. A timetable is not a table and neither is
a subclass of the other.
See also: istable, istimetable, table, timetable
Source Code: istabular