No, tilemaps are meant for the level. Like the floor, walls, things you can jump on. For players or enemies you would use Spites (or AnimatedSprites).
If you want to optimize it, then you can use a single Scene for all the enemies (or at least each enemy "class") then simply change the Texture/Image with GDScript to change the graphic.