If you are inserting a "number" into a varchar field then yes, use an "s".
In your case it makes no real sense to insert a phone number as an integer since you probably won't be doing any math analysis on it and you lose functionality (leading zeros, for example).