Does a value conform to the type?
is_type(value, type)
value
The value to check
type
The type to check against
TRUE if the value conforms to the type, FALSE otherwise