Can’t set Post ID properly

‘import_id’
(int) The post ID to be used when inserting a new post. If specified, must not match any existing post ID. Default 0.

Accordingly to the documentation, the ID needs to be an integer.
So no letters are allowed unfortunately.