After some sleep I finally thought, why not try a sample insert and see (obvious really).
The insert is in the form of INSERT INTO table (column1, column2, ...) VALUES ('356', '456', ...);
column1 and column2 are integer fields.
The insert worked fine! You learn something new every day 🙂