Strangely enough when I have added two different phone numbers to the field on both occassions it displayed this number "2147483647" when I added as new.
If the field is for phone numbers you should use VarChar. If an INT column is UNSIGNED, the size of the column's range is the same but its endpoints shift from -2147483648 and 2147483647 more....