MATLAB: For loop to declare syms variables

syms for loop

Hi
Im looking for a way to make a for loop that can do the followering:
""""""""""""""""""""""
first time the for loop runs it gives:
syms x1
second time time it give:
syms x2
and so on
""""""""""""""""""""""""
Is there a way to it that?
Thank you! 🙂