Checks if the value at index is a number.
index
bool isNumber([int index = -1]) => lua_isnumber(L, index);